home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / muibuilder21.lha / MUIBuilder / MB / Developer / C / Includes / MB_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-22  |  544 b   |  24 lines

  1. /*
  2. **
  3. **    MUIBuilder.library
  4. **
  5. **    $VER: MUIBuilder.library 1.0
  6. **
  7. **        (c) copyright 1994
  8. **            Eric Totel
  9. **
  10. */
  11.  
  12. #ifndef UTILITY_TAGITEM_H
  13. #include <utility/tagitem.h>
  14. #endif
  15.  
  16. BOOL    MB_Open        (void                     );
  17. void    MB_Close    (void                     );
  18. void    MB_GetA        (struct TagItem *TagList        );
  19. void    MB_Get        (Tag Tag1, ...                 );
  20. void    MB_GetVarInfoA    (ULONG , struct TagItem *TagList);
  21. void    MB_GetVarInfo    (ULONG , Tag Tag1, ...             );
  22. void    MB_GetNextCode    (ULONG*, char **             );
  23. void    MB_GetNextNotify(ULONG*, char **             );
  24.